home *** CD-ROM | disk | FTP | other *** search
- on keyDown
- if the key = 1 then
- play frame "New"
- end if
- if the key = "s" then
- play frame "New"
- end if
- if the key = 2 then
- play frame "Party"
- end if
- if the key = "p" then
- play frame "Party"
- end if
- if the key = 3 then
- play frame "Mono"
- end if
- if the key = "m" then
- play frame "Mono"
- end if
- if the key = 4 then
- play frame "Hug"
- end if
- if the key = "h" then
- play frame "Hug"
- end if
- if the key = 5 then
- play frame "Dumb"
- end if
- if the key = "d" then
- play frame "Dumb"
- end if
- if the key = 6 then
- play frame "Upgrade"
- end if
- if the key = "u" then
- play frame "Upgrade"
- end if
- if the key = 7 then
- play frame "Where"
- end if
- if the key = "w" then
- play frame "Where"
- end if
- if the key = "r" then
- go("Splash")
- end if
- puppetSound(0)
- if the key = 8 then
- puppetSound("Browser")
- end if
- if the key = "l" then
- puppetSound("laugh")
- end if
- if the key = "e" then
- play frame "END"
- end if
- updateStage()
- play frame "Shake it!"
- end
-
- on exitFrame
- go(the frame)
- end
-